home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-01 | 413 b | 14 lines | [TEXT/MPS ] |
- type proposition =
- Vrai
- | Faux
- | Non of proposition
- | Et of proposition * proposition
- | Ou of proposition * proposition
- | Implique of proposition * proposition
- | Équivalent of proposition * proposition
- | Variable of string;;
-
- exception Réfutation of (string * bool) list;;
- value vérifie_tautologie: proposition -> string list -> unit
- and variables_libres: proposition -> string list;;
-